home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / dev / www-talk.9301-9306.Z / www-talk.9301-9306 / text1217.txt < prev    next >
Encoding:
Text File  |  1995-04-24  |  1.8 KB  |  37 lines

  1. In-reply-to: Bill Janssen's message of Thu, 27 May 93 10:41:55 PDT.
  2. > Excerpts from ext.WorldWideWeb: 27-May-93 Re: RE dtd2.html
  3. > Dave_Raggett@hplb.hpl.hp (3410)
  4. > > > + I am not sure that STRONG, B, I, and U are desirable as
  5. > > >    elements.  These formatting characteristics ought to
  6. > > I don't like them either. They are present in HTML to support
  7. > > importing (scanned) documents for which a filter has no way of deciding
  8. > > the original meaning.
  9. > This justification doesn't sound terribly good.  If we can't infer the
  10. > meaning of the font changes, perhaps translating the scanned document to
  11. > HTML is inappropriate; perhaps the scanned document should be stored in
  12. > TeX or Postscript or GIF, depending on what other image characteristics
  13. > of the document seem important.  Or perhaps the font change information
  14. > should simply be discarded on conversion to HTML, as it does not
  15. > translate to meaning.
  16.  
  17. I use them for preserving man page formatting _^HX_^HY_^HZ gets translated
  18. to <I>XYZ</I>.  If you don't like them and believe they are void of content
  19. then simply ignore them in your browser.  I believe that since HTML is
  20. more of a delivery vechicle than a formal markup language they are required
  21. because HTML cannot be all things to all people.  I VERY much agree that
  22. tags should be semantic but in a delivery format I think you need to leave
  23. a little room for slop.
  24.  
  25. If you remove <I> and <B> what will happen instead of using TeX or whatever
  26. people will use stuff like <CITE> (or whatever formats nice in their browser)
  27. where it is inappropriate (assuming you removed <EM> and <STRONG> for
  28. the same reasons).
  29.  
  30. If you resort to an external format how are you going to deal with hypertext
  31. links?  I may not be able to figure out why foo was in italics but I can
  32. sure as heck generate a hypertext link to man pages from text like
  33. ``foo(1)''.
  34.  
  35. --sanders
  36.  
  37.